home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Sample 2.4 Think C distribution
/
unmount.h
< prev
next >
Wrap
Text File
|
1990-07-10
|
498b
|
15 lines
/*______________________________________________________________________
unmount.h - UnmountVol Patch Module Interface.
Copyright © 1988, 1989, 1990 Northwestern University. Permission is granted
to use this code in your own projects, provided you give credit to both
John Norstad and Northwestern University in your about box or document.
_____________________________________________________________________*/
#ifndef __unmount__
#define __unmount__
extern OSErr UNMOUNT (void);
#endif